tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++
authorVladimir Petko <vpetko@openjdk.org>
Mon, 8 Jun 2026 00:05:35 +0000 (12:05 +1200)
committerVladimir Petko <vladimir.petko@canonical.com>
Mon, 8 Jun 2026 00:05:35 +0000 (12:05 +1200)
commitb04b76988018aac0d875f49f5c402857433fb25c
tree439ec8a980fd408d735ac685ae95bc2c0cbeba7c
parentab529799ff7b04196ba7b816faee9b117089a922
tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++

Origin: upstream, https://github.com/openjdk/jdk/commit/78a8a99d990dcc0b77c096bb2ca2c1bb86462e3f
Bug: https://bugs.openjdk.org/browse/JDK-8312488
Reviewed-By: asemenyuk, almatvee
Last-Update: 2024-07-18

The generated image contains libjpackageapplauncheraux.so that
contains a destructor function dcon(). It calls already disposed
logger, causing a crash.
Last-Update: 2024-07-18
Gbp-Pq: Name jdk-8312488.patch
src/jdk.jpackage/share/native/common/app.cpp